﻿body, html {
    height: 100%;
}

    body.course-lander {
        /*overflow-y: scroll !important;*/
        -ms-overflow-style: scrollbar !important;
        font-family: 'm_1cregular';
    }

        body.course-lander .container:not(.site-header) {
            width: 100% !important;
            background-color: transparent !important;
        }

        body.course-lander #body-content, body.course-lander #body-content #commodityContent {
            /*height: 100%;*/
            height: auto;
            display: inline-block;
            border: none !important;
        }

            body.course-lander #body-content #commodityContent .content-container {
                /*height: 100%;*/
                height: auto;
            }

        body.course-lander .container .bh {
            padding: 0px;
            height: 50%;
            overflow: hidden;
        }

        body.course-lander .business-header {
            position: relative;
            opacity: 1;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
        }

.hero-image {
    background-color: #373637 !important;
    background-image:none;
    position: relative;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-logo {
    width: 95%;
    height: 145px;
    background-image: url(images/logo_ngeo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 2em auto 2em auto;
}

.hero-text {
    color: #000;
    font-weight: 400;
}

.highlight {
    color: #970321;
}

div.border {
    /*background-color: #354b5e !important;*/
    /*background-color: #000;*/
    /*background-color: rgba(0,0,0,.5);*/
    /*background-color: #373637;*/
    background-color: #373637 !important;
    color: #FFF !important;
    font-weight: bold !important;
}

body.course-lander .caption div.border {
    margin: 0em auto 0em auto !important;
    width: 60% !important;
}

.hero-label {
    /*height: 35vh;*/
    padding-bottom: 20px;
    text-align: center;
    justify-content: center;
}

.purchase-container {
    margin-bottom: 20px;
}

.purchase-button {
    /*background-color: #000;
    background-color: rgba(0,0,0,.5);*/
    background-color: #373637;
    border: 1px solid #808080;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    line-height: 2em;
    letter-spacing: 8px;
    font-weight: bold;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

    .purchase-button:hover {
        background-color: #0faedb;
        color: #fff;
    }

.package-hint {
    transition-duration: 0.4s;
}

    .package-hint:hover {
        background-color: #ebebeb;
        color: #000;
    }

body.course-lander .caption {
    height: 0% !important;
}

    body.course-lander .caption div.border {
        font-size: 1.2vw;
    }

.modal-body {
    padding: 1% !important;
}

/*.pending {
    color: #FE0101 !important;
}*/

ul.packages > li .pending {
    color: #FE0101;
}

@media screen and (min-width:1440px) {
    body.course-lander .caption span.border, body.course-lander .caption div.border {
        padding: 1em;
    }
}

@media only screen and (max-width: 1440px) {
    body.course-lander .caption span.border, body.course-lander .caption div.border {
        width: 100%;
        padding: .4em;
        font-size: 1.4em;
    }
}

@media screen and (max-width:769px) {
    .hero-logo {
        width: 95%;
        margin: 3em auto 3em auto;
    }

    body.course-lander .caption span.border, body.course-lander .caption div.border {
        font-size: 1em;
    }
}

@media screen and (max-width:320px) {
    .hero-logo {
        width: 90%;
        margin: 1em auto 1em auto;
    }

    .caption {
        padding-bottom: 25%;
    }

    body.course-lander .caption span.border, body.course-lander .caption div.border {
        font-size: 1em;
    }
}
